runtime.g.throwsplit (field)

7 uses

	runtime (current package)
		proc.go#L4404: 	gp.throwsplit = true
		proc.go#L4545: 	gp.throwsplit = true
		proc.go#L4677: 		gp.throwsplit = false
		proc.go#L4700: 	gp.throwsplit = false
		runtime2.go#L474: 	throwsplit   bool // must not split stack
		signal_unix.go#L689: 	if !c.sigFromUser() && flags&_SigPanic != 0 && (gp.throwsplit || gp != mp.curg) {
		stack.go#L991: 	if thisg.m.curg.throwsplit {